1bashThis demonstrates printing the current user's username using the built-in $USER variable.echo "Current user: $USER"bash internaldata manipulationsenvironment variablesbuilt-in environment variables
2bashThis demonstrates printing the value of the HOME environment variable.echo "Home directory: $HOME"bash internaldata manipulationsenvironment variablesenvironment variable access